home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / banmgmt / killt.exe / KILLTIME.DOC next >
Text File  |  1992-01-07  |  3KB  |  75 lines

  1. Killtime V2.0 1989, 1990, 1991
  2. Shareware product by Todd D. Koury, (TDK)
  3.  
  4. Killtime is a multi-functional scheduler program.  Batch jobs or
  5. programs can be scheduled to run at a particular time. Switch
  6. settings are [T] for time, [M] for minute, or [S] for second.
  7.  
  8. USAGE: killtime [switch]
  9.  
  10. SWITCHES: [ Thh:mm ] ( where hh:mm is valid military time    )
  11.           [ Mnn    ] ( where nn is number of minutes to wait )
  12.                      ( valid entries are from 1 to 59 minutes)
  13.           [ Snn    ] ( where nn is number of seconds to wait )
  14.                      ( valid entries are from 1 to 58 seconds)
  15.  
  16. Syntax information is available also by execution killtime without
  17. any parameters.
  18.  
  19. Normal program termination will exit with a DOS errorlevel 0,
  20. termination by way of the ESC key will cause a DOS errorlevel 1.
  21.  
  22. Example for batch file use:
  23.  
  24.      @echo off
  25.      killtime t15:30
  26.      if errorlevel 1 goto EXIT
  27.      xcopy g:
  28.      :EXIT
  29.  
  30. In the above example killtime will read the system time, wait till
  31. 15:30, then exit with an errorlevel 0.  The ESC key can be used at
  32. any time to terminate the program, and returns with an errorlevel 1.
  33.  
  34. Screen displays are used for the T and M parameters, this is to
  35. let others know the system is in use.  Screen display is
  36. suppressed for the S parameter, this allows, short delays in batch
  37. files without screen disruption.
  38.  
  39. NOTES ON THE T PARAMETER
  40.  
  41. If the input time is greater or less then the current time, execution will
  42. begin at the next occurrence of that time.  Inputting a time of 1 minute less
  43. than current time will cause execution to begin 23 hours and 59 minutes later.
  44. This program will not accept input time equal to that of current time.
  45.  
  46. PRODUCT INFORMATION & INTEGRITY
  47.  
  48. This product is distributed with two files, killtime.exe and killtime.doc.
  49. It may be distribute freely, with both files, unaltered.
  50.  
  51. USE OF THIS PRODUCT
  52.  
  53. This product is distributed under the Shareware concept.  If you find this
  54. program to be useful, a contribution of $10 bucks or more, to the author would
  55. be greatly appreciated.  Remember you may be a starving author one day!
  56.  
  57.  
  58. USE IN A BUSNIESS ENVIROMENT
  59.  
  60. To use this product in any business, corporation, agency, or organization, a
  61. registration fee of $50 is required.  To register send your payment, along
  62. with you name. company name, address, and phone number to:
  63.  
  64.  
  65. Todd D. Koury
  66. 4450 Indian Bend Drive
  67. Whittier, Ca. 90601
  68.  
  69. Disclaimer : The author excepts no responsibility for the inability of this
  70. program to run across all platforms or any damages as a result of using this
  71. product.
  72.  
  73.  
  74.  
  75.